home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
shrlk201.zip
/
_SETUP.1
/
Unlock.h
< prev
next >
Wrap
C/C++ Source or Header
|
1997-07-22
|
968b
|
29 lines
//---------------------------------------------------------------------------
#ifndef UnlockH
#define UnlockH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
//---------------------------------------------------------------------------
class TfrmUnlocker : public TForm
{
__published: // IDE-managed Components
TLabel *lblName;
TLabel *lblUnlockCode;
TLabel *Label1;
TEdit *txtUnlockCode;
TEdit *txtName;
TButton *btnOk;
TEdit *txtCompanyName;
void __fastcall btnOkClick(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmUnlocker(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TfrmUnlocker *frmUnlocker;
//---------------------------------------------------------------------------
#endif